Ошибка в SQL-запросе:

select t1.id, t1.url, t1.name, t1.name_short, t1.package_size, t1.price, t1.price_opt, t1.is_skidka_on_main_page, t1.is_super_cena_on_main_page, t1.image1_middle, t1.image1_alt, t2.url as category_url from catalog as t1 left outer join catalog_categories as t2 on t2.id = t1.category_id where t1.is_published = 1 and t1.is_removed is NULL and t1.category_id = :category_id order by price

SQLSTATE[HY093]: Invalid parameter number: no parameters were bound